runtime.mSpanList.remove (method)
10 uses
runtime (current package)
arena.go#L1005: h.userArena.readyList.remove(s)
mgcsweep.go#L758: mheap_.userArena.quarantineList.remove(s)
mgcwork.go#L443: work.wbufSpans.free.remove(s)
mgcwork.go#L554: work.wbufSpans.free.remove(span)
mheap.go#L1859: func (list *mSpanList) remove(span *mspan) {
stack.go#L234: list.remove(s)
stack.go#L268: stackpool[order].item.span.remove(s)
stack.go#L414: stackLarge.free[log2npage].remove(s)
stack.go#L1317: list.remove(s)
stack.go#L1332: stackLarge.free[i].remove(s)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |